*************************************
    collect-orders.xml
*************************************

- Requires: Build 672 or later

- Skill Level: medium

This job's explinaiton and walkthrough is featured at:
http://www.formboss.net/docs/formboss3/video/index.php



*************************************
    login-form.xml
*************************************

- Requires: Build 666 or later

- Skill Level: medium

This job shows us a fully functional login form.


*************************************
    resubmit.xml
*************************************

- Requires: Build 647 or later

- Skill Level: medium

Using a bit of careful programming we can create forms that allow us to 
send results to an external source via a dynamic link. 

In this case, we have a user fill out a proposal form. If our admin
rejects the proposal we send the original user an email with a link + keycode query string.

The original user can then click on the link and in RackForms, we perform a database lookup 
based on that keycode to 'prefil' the form with their original proposal. The user
can then modify thier original proposal and resubmit, which in RackForms means we 
perform an UPDATE in the SQL+ module. 


*************************************
    app_comments.xml
*************************************

- Requires: Build 647 or later

- Skill Level: medium

In this example we create a full comments form that mixes
Builder and Form pages to create a full, seamless interface.
This is an important skill, that is, mixing form types together,
as it allows us to leverage the power of form creation on both ends.



*************************************
    app_verify_user.xml
*************************************

- Requires: Build 639 or later

- Skill Level: advanced

This job shows us how to create a 'create new user' form,
and then with that new user account, a way to log them in 
and even use data from the verification database query 
later in the form.

A must for any user looking to get thier hands dirty with custom 
application development!

RackForms 2 Note-
This job is actually a great demonstration
of the new features of RackForms 2, in that many of the
more complex aspects of the form are no longer needed.

For example, the index.php page needs custom code to allow it to run as the 'start' page,
this is no longer needed with the handy 'Allow Direct Access To This Page?' checkbox.

Thier are other areas that easier, wuch as we can now use the Query module in place
of writing our own custom SQL code.

Until this form is updated, it best serves as a great example of complex app development in 
RackForms.


RackForms 2 Users:
Please see: login-form-demo.xml in the RackForms 2 Features folder for a much simplified example!



*************************************
    returns folder
*************************************

Please see the description in the folder.